home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 …ember: Reference Library / Dev.CD Dec 97 RL.toast / Technical Documentation / Macintosh Technotes and Q&As / qa / tb / whiteedittext / MoveableModalDialog.h < prev   
Encoding:
C/C++ Source or Header  |  1996-08-12  |  134 b   |  8 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. #ifndef __DIALOGS__
  4. #    include <Dialogs.h>
  5. #endif
  6.  
  7. pascal void MoveableModalDialog (ModalFilterUPP mfp, short *itemHit);
  8.